﻿2026-07-16T11:37:11.8398746Z ##[group]Run set -euo pipefail
2026-07-16T11:37:11.8399267Z [36;1mset -euo pipefail[0m
2026-07-16T11:37:11.8399539Z [36;1mPIN=0c95435[0m
2026-07-16T11:37:11.8399795Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-16T11:37:11.8400100Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-16T11:37:11.8400498Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-16T11:37:11.8400987Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-16T11:37:11.8401507Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-16T11:37:11.8401931Z [36;1m  rm -rf "$CACHE"[0m
2026-07-16T11:37:11.8402221Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-16T11:37:11.8402559Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-16T11:37:11.8403133Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-16T11:37:11.8403534Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-16T11:37:11.8403849Z [36;1mfi[0m
2026-07-16T11:37:11.8404183Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-16T11:37:11.8419421Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-16T11:37:11.8419857Z env:
2026-07-16T11:37:11.8420167Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-16T11:37:11.8420634Z ##[endgroup]
2026-07-16T11:37:12.5726563Z    Compiling proc-macro2 v1.0.106
2026-07-16T11:37:12.5727048Z    Compiling quote v1.0.45
2026-07-16T11:37:12.5727381Z    Compiling unicode-ident v1.0.24
2026-07-16T11:37:12.5727757Z    Compiling libc v0.2.186
2026-07-16T11:37:12.5728033Z    Compiling serde_core v1.0.228
2026-07-16T11:37:12.5728320Z    Compiling cfg-if v1.0.4
2026-07-16T11:37:12.5728592Z    Compiling serde v1.0.228
2026-07-16T11:37:12.5728887Z    Compiling log v0.4.32
2026-07-16T11:37:12.5729344Z    Compiling pin-project-lite v0.2.17
2026-07-16T11:37:12.5729687Z    Compiling portable-atomic v1.13.1
2026-07-16T11:37:12.5730406Z    Compiling typenum v1.20.1
2026-07-16T11:37:12.5730754Z    Compiling version_check v0.9.5
2026-07-16T11:37:12.5731418Z    Compiling memchr v2.8.1
2026-07-16T11:37:12.5731795Z    Compiling shlex v2.0.1
2026-07-16T11:37:12.5732170Z    Compiling critical-section v1.2.0
2026-07-16T11:37:12.6391341Z    Compiling find-msvc-tools v0.1.9
2026-07-16T11:37:12.6786934Z    Compiling futures-core v0.3.32
2026-07-16T11:37:12.6961268Z    Compiling bytes v1.11.1
2026-07-16T11:37:12.7190337Z    Compiling subtle v2.6.1
2026-07-16T11:37:12.8580386Z    Compiling smallvec v1.15.1
2026-07-16T11:37:12.8758111Z    Compiling equivalent v1.0.2
2026-07-16T11:37:12.8941317Z    Compiling itoa v1.0.18
2026-07-16T11:37:12.9248623Z    Compiling semver v1.0.28
2026-07-16T11:37:12.9651308Z    Compiling stable_deref_trait v1.2.1
2026-07-16T11:37:12.9670411Z    Compiling slab v0.4.12
2026-07-16T11:37:12.9839095Z    Compiling futures-sink v0.3.32
2026-07-16T11:37:12.9880650Z    Compiling futures-io v0.3.32
2026-07-16T11:37:13.0602457Z    Compiling futures-task v0.3.32
2026-07-16T11:37:13.1308927Z    Compiling generic-array v0.14.7
2026-07-16T11:37:13.1430461Z    Compiling futures-channel v0.3.32
2026-07-16T11:37:13.1431809Z    Compiling rand_core v0.10.1
2026-07-16T11:37:13.1864441Z    Compiling rustversion v1.0.22
2026-07-16T11:37:13.2242177Z    Compiling hashbrown v0.17.1
2026-07-16T11:37:13.2460643Z    Compiling bitflags v2.12.1
2026-07-16T11:37:13.3170963Z    Compiling rustc_version v0.4.1
2026-07-16T11:37:13.3800391Z    Compiling getrandom v0.4.2
2026-07-16T11:37:13.3841137Z    Compiling cpufeatures v0.2.17
2026-07-16T11:37:13.4040260Z    Compiling fnv v1.0.7
2026-07-16T11:37:13.4310788Z    Compiling strsim v0.11.1
2026-07-16T11:37:13.4510544Z    Compiling cfg_aliases v0.2.1
2026-07-16T11:37:13.4649522Z    Compiling litemap v0.8.2
2026-07-16T11:37:13.5333673Z    Compiling writeable v0.6.3
2026-07-16T11:37:13.5667691Z    Compiling ident_case v1.0.1
2026-07-16T11:37:13.5883251Z    Compiling icu_properties_data v2.2.0
2026-07-16T11:37:13.6700690Z    Compiling icu_normalizer_data v2.2.0
2026-07-16T11:37:13.7001735Z    Compiling dunce v1.0.5
2026-07-16T11:37:13.7875644Z    Compiling fs_extra v1.3.0
2026-07-16T11:37:13.8000252Z    Compiling utf8_iter v1.0.4
2026-07-16T11:37:13.8650412Z    Compiling percent-encoding v2.3.2
2026-07-16T11:37:13.8787217Z    Compiling autocfg v1.5.1
2026-07-16T11:37:13.9770085Z    Compiling http v1.4.1
2026-07-16T11:37:13.9950159Z    Compiling thiserror v2.0.18
2026-07-16T11:37:14.0820153Z    Compiling syn v2.0.117
2026-07-16T11:37:14.0880323Z    Compiling cpufeatures v0.3.0
2026-07-16T11:37:14.1030435Z    Compiling aws-lc-rs v1.17.0
2026-07-16T11:37:14.1280982Z    Compiling unicode-segmentation v1.13.3
2026-07-16T11:37:14.1500493Z    Compiling scopeguard v1.2.0
2026-07-16T11:37:14.1570259Z    Compiling chacha20 v0.10.0
2026-07-16T11:37:14.1870835Z    Compiling form_urlencoded v1.2.2
2026-07-16T11:37:14.1910477Z    Compiling untrusted v0.9.0
2026-07-16T11:37:14.2700312Z    Compiling lock_api v0.4.14
2026-07-16T11:37:14.3120714Z    Compiling indexmap v2.14.0
2026-07-16T11:37:14.3406434Z    Compiling rustls v0.23.40
2026-07-16T11:37:14.3811280Z    Compiling heck v0.5.0
2026-07-16T11:37:14.3926048Z    Compiling const-oid v0.10.2
2026-07-16T11:37:14.4690417Z    Compiling unicode-xid v0.2.6
2026-07-16T11:37:14.5160438Z    Compiling anyhow v1.0.102
2026-07-16T11:37:14.5378881Z    Compiling atomic-waker v1.1.2
2026-07-16T11:37:14.5520489Z    Compiling zerocopy v0.8.50
2026-07-16T11:37:14.5620402Z    Compiling httparse v1.10.1
2026-07-16T11:37:14.5850652Z    Compiling jobserver v0.1.34
2026-07-16T11:37:14.5901573Z    Compiling paste v1.0.15
2026-07-16T11:37:14.6380415Z    Compiling convert_case v0.10.0
2026-07-16T11:37:14.7020283Z    Compiling parking_lot_core v0.9.12
2026-07-16T11:37:14.7170324Z    Compiling num-traits v0.2.19
2026-07-16T11:37:14.7198161Z    Compiling hybrid-array v0.4.12
2026-07-16T11:37:14.7720496Z    Compiling curve25519-dalek v4.1.3
2026-07-16T11:37:14.9030669Z    Compiling crypto-common v0.1.7
2026-07-16T11:37:14.9205179Z    Compiling block-buffer v0.10.4
2026-07-16T11:37:14.9340955Z    Compiling cc v1.2.63
2026-07-16T11:37:14.9730522Z    Compiling ahash v0.8.12
2026-07-16T11:37:14.9906273Z    Compiling base64ct v1.8.3
2026-07-16T11:37:15.0390594Z    Compiling digest v0.10.7
2026-07-16T11:37:15.0511438Z    Compiling either v1.16.0
2026-07-16T11:37:15.0605794Z    Compiling powerfmt v0.2.0
2026-07-16T11:37:15.1120711Z    Compiling fastrand v2.4.1
2026-07-16T11:37:15.2400838Z    Compiling deranged v0.5.8
2026-07-16T11:37:15.2940551Z    Compiling mio v1.2.1
2026-07-16T11:37:15.3313634Z    Compiling socket2 v0.6.4
2026-07-16T11:37:15.3561512Z    Compiling getrandom v0.2.17
2026-07-16T11:37:15.3886748Z    Compiling http-body v1.0.1
2026-07-16T11:37:15.4140511Z    Compiling pem-rfc7468 v1.0.0
2026-07-16T11:37:15.5120716Z    Compiling rand_core v0.6.4
2026-07-16T11:37:15.5970645Z    Compiling rand v0.10.1
2026-07-16T11:37:15.6301877Z    Compiling uuid v1.23.2
2026-07-16T11:37:15.7229724Z    Compiling zmij v1.0.21
2026-07-16T11:37:15.7840503Z    Compiling tinyvec_macros v0.1.1
2026-07-16T11:37:15.8073066Z    Compiling num-conv v0.2.2
2026-07-16T11:37:15.8500568Z    Compiling pkg-config v0.3.33
2026-07-16T11:37:15.8770471Z    Compiling data-encoding v2.11.0
2026-07-16T11:37:16.0470335Z    Compiling try-lock v0.2.5
2026-07-16T11:37:16.0590383Z    Compiling tower-service v0.3.3
2026-07-16T11:37:16.0747811Z    Compiling base64 v0.22.1
2026-07-16T11:37:16.1410201Z    Compiling time-core v0.1.8
2026-07-16T11:37:16.1470387Z    Compiling vcpkg v0.2.15
2026-07-16T11:37:16.1902290Z    Compiling want v0.3.1
2026-07-16T11:37:16.2670645Z    Compiling tinyvec v1.11.0
2026-07-16T11:37:16.3209603Z    Compiling parking_lot v0.12.5
2026-07-16T11:37:16.3930405Z    Compiling crypto-common v0.2.2
2026-07-16T11:37:16.4250123Z    Compiling block-buffer v0.12.0
2026-07-16T11:37:16.5030586Z    Compiling cmake v0.1.58
2026-07-16T11:37:16.6210677Z    Compiling sha2 v0.10.9
2026-07-16T11:37:16.6540593Z    Compiling inout v0.1.4
2026-07-16T11:37:16.6966834Z    Compiling vergen-lib v9.1.0
2026-07-16T11:37:16.7770869Z    Compiling n0-future v0.3.2
2026-07-16T11:37:16.8439906Z    Compiling spin v0.10.0
2026-07-16T11:37:16.8608507Z    Compiling diatomic-waker v0.2.3
2026-07-16T11:37:16.8820429Z    Compiling serde_json v1.0.150
2026-07-16T11:37:16.9050372Z    Compiling httpdate v1.0.3
2026-07-16T11:37:16.9499479Z    Compiling signature v2.2.0
2026-07-16T11:37:17.0480381Z    Compiling parking v2.2.1
2026-07-16T11:37:17.0529485Z    Compiling winnow v1.0.3
2026-07-16T11:37:17.0740520Z    Compiling crossbeam-utils v0.8.21
2026-07-16T11:37:17.0880701Z    Compiling cordyceps v0.3.4
2026-07-16T11:37:17.1110540Z    Compiling ed25519 v2.2.3
2026-07-16T11:37:17.1445964Z    Compiling futures-lite v2.6.1
2026-07-16T11:37:17.1668375Z    Compiling cipher v0.4.4
2026-07-16T11:37:17.1890658Z    Compiling netlink-packet-core v0.8.1
2026-07-16T11:37:17.2250546Z    Compiling universal-hash v0.5.1
2026-07-16T11:37:17.3391673Z    Compiling vergen-lib v0.1.6
2026-07-16T11:37:17.3430294Z    Compiling vergen v9.1.0
2026-07-16T11:37:17.3480482Z    Compiling heapless v0.7.17
2026-07-16T11:37:17.3629773Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-16T11:37:17.4371536Z    Compiling noq-udp v0.10.0
2026-07-16T11:37:17.4552963Z    Compiling sync_wrapper v1.0.2
2026-07-16T11:37:17.5160581Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-16T11:37:17.5386663Z    Compiling allocator-api2 v0.2.21
2026-07-16T11:37:17.5420496Z    Compiling opaque-debug v0.3.1
2026-07-16T11:37:17.5721635Z    Compiling byteorder v1.5.0
2026-07-16T11:37:17.6117417Z    Compiling futures-buffered v0.2.13
2026-07-16T11:37:17.6293666Z    Compiling polyval v0.6.2
2026-07-16T11:37:17.6590808Z    Compiling digest v0.11.3
2026-07-16T11:37:17.6930500Z    Compiling aws-lc-sys v0.41.0
2026-07-16T11:37:17.6956751Z    Compiling ring v0.17.14
2026-07-16T11:37:17.7111236Z    Compiling libsqlite3-sys v0.30.1
2026-07-16T11:37:17.7916449Z    Compiling hash32 v0.2.1
2026-07-16T11:37:17.8330567Z    Compiling spin v0.9.8
2026-07-16T11:37:17.9222335Z    Compiling vergen-gitcl v1.0.8
2026-07-16T11:37:18.0730534Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-16T11:37:18.0991961Z    Compiling num_threads v0.1.7
2026-07-16T11:37:18.1093298Z    Compiling tower-layer v0.3.3
2026-07-16T11:37:18.1240220Z    Compiling signature v3.0.0
2026-07-16T11:37:18.1712906Z    Compiling fallible-iterator v0.3.0
2026-07-16T11:37:18.2305958Z    Compiling ryu v1.0.23
2026-07-16T11:37:18.2730588Z    Compiling time v0.3.47
2026-07-16T11:37:18.3345957Z    Compiling ghash v0.5.1
2026-07-16T11:37:18.3611614Z    Compiling sha2 v0.11.0-rc.5
2026-07-16T11:37:18.3612993Z    Compiling ctr v0.9.2
2026-07-16T11:37:18.3849789Z    Compiling aes v0.8.4
2026-07-16T11:37:18.4940306Z    Compiling http-body-util v0.1.3
2026-07-16T11:37:18.5220388Z    Compiling fs2 v0.4.3
2026-07-16T11:37:18.6030415Z    Compiling aead v0.5.2
2026-07-16T11:37:18.6090358Z    Compiling openssl-probe v0.2.1
2026-07-16T11:37:18.6300856Z    Compiling utf8parse v0.2.2
2026-07-16T11:37:18.6920394Z    Compiling arrayvec v0.7.6
2026-07-16T11:37:18.7680452Z    Compiling crossbeam-epoch v0.9.18
2026-07-16T11:37:18.7900327Z    Compiling crossbeam-channel v0.5.15
2026-07-16T11:37:18.8220322Z    Compiling blake3 v1.8.5
2026-07-16T11:37:18.8510190Z    Compiling netlink-packet-route v0.29.0
2026-07-16T11:37:19.0210712Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-16T11:37:19.0980148Z    Compiling aes-gcm v0.10.3
2026-07-16T11:37:19.1810538Z    Compiling memoffset v0.6.5
2026-07-16T11:37:19.2120403Z    Compiling acto v0.8.2
2026-07-16T11:37:19.2356351Z    Compiling noq v0.18.0
2026-07-16T11:37:19.2790401Z    Compiling netwatch v0.16.0
2026-07-16T11:37:19.4300299Z    Compiling xml-rs v0.8.28
2026-07-16T11:37:19.4471308Z    Compiling thiserror v1.0.69
2026-07-16T11:37:19.4600419Z    Compiling foldhash v0.2.0
2026-07-16T11:37:19.4910591Z    Compiling mac-addr v0.3.0
2026-07-16T11:37:19.5844891Z    Compiling sorted-index-buffer v0.2.1
2026-07-16T11:37:19.6800448Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-16T11:37:19.6920577Z    Compiling identity-hash v0.1.0
2026-07-16T11:37:19.7790667Z    Compiling lru-slab v0.1.2
2026-07-16T11:37:19.7831004Z    Compiling rustix v1.1.4
2026-07-16T11:37:19.8472553Z    Compiling ref-cast v1.0.25
2026-07-16T11:37:19.8764125Z    Compiling tagptr v0.2.0
2026-07-16T11:37:19.8990541Z    Compiling rustc-hash v2.1.2
2026-07-16T11:37:20.0370456Z    Compiling hashbrown v0.16.1
2026-07-16T11:37:20.1976429Z    Compiling netlink-packet-route v0.30.0
2026-07-16T11:37:20.2291844Z    Compiling synstructure v0.13.2
2026-07-16T11:37:20.2529477Z    Compiling darling_core v0.20.11
2026-07-16T11:37:20.3115862Z    Compiling xmltree v0.10.3
2026-07-16T11:37:20.3970518Z    Compiling serde_derive_internals v0.29.1
2026-07-16T11:37:20.5800629Z    Compiling ioctl-rs v0.1.6
2026-07-16T11:37:20.6948401Z    Compiling proc-macro-crate v3.5.0
2026-07-16T11:37:20.7640742Z    Compiling termios v0.2.2
2026-07-16T11:37:20.9286597Z    Compiling errno v0.3.14
2026-07-16T11:37:20.9470378Z    Compiling serial-core v0.4.0
2026-07-16T11:37:21.1040964Z    Compiling simple-dns v0.9.3
2026-07-16T11:37:21.1325661Z    Compiling aho-corasick v1.1.4
2026-07-16T11:37:21.1545983Z    Compiling resolv-conf v0.7.6
2026-07-16T11:37:21.1654366Z    Compiling smol_str v0.1.24
2026-07-16T11:37:21.2681656Z    Compiling winnow v0.7.15
2026-07-16T11:37:21.3740376Z    Compiling toml_write v0.1.2
2026-07-16T11:37:21.4269068Z    Compiling arrayref v0.3.9
2026-07-16T11:37:21.4477862Z    Compiling regex-syntax v0.8.10
2026-07-16T11:37:21.4633289Z    Compiling sha1_smol v1.0.1
2026-07-16T11:37:21.5218466Z    Compiling signal-hook v0.3.18
2026-07-16T11:37:21.7080574Z    Compiling constant_time_eq v0.4.2
2026-07-16T11:37:21.7470932Z    Compiling linux-raw-sys v0.12.1
2026-07-16T11:37:21.7773216Z    Compiling simdutf8 v0.1.5
2026-07-16T11:37:21.9110129Z    Compiling serial-unix v0.4.0
2026-07-16T11:37:22.0680680Z    Compiling signal-hook-registry v1.4.8
2026-07-16T11:37:22.2070260Z    Compiling lru v0.16.4
2026-07-16T11:37:22.2559679Z    Compiling darling_core v0.23.0
2026-07-16T11:37:22.4860680Z    Compiling serde_bytes v0.11.19
2026-07-16T11:37:22.5520052Z    Compiling hmac v0.12.1
2026-07-16T11:37:22.6760374Z    Compiling seize v0.5.1
2026-07-16T11:37:22.8170491Z    Compiling iroh v0.98.2
2026-07-16T11:37:22.8800606Z    Compiling serde_derive v1.0.228
2026-07-16T11:37:22.9159755Z    Compiling zeroize_derive v1.4.3
2026-07-16T11:37:23.0990280Z    Compiling tokio-macros v2.7.0
2026-07-16T11:37:23.1100333Z    Compiling futures-macro v0.3.32
2026-07-16T11:37:23.8329593Z    Compiling zeroize v1.8.2
2026-07-16T11:37:23.9876854Z    Compiling zerofrom-derive v0.1.7
2026-07-16T11:37:24.0294137Z    Compiling tokio v1.52.3
2026-07-16T11:37:24.0377310Z    Compiling yoke-derive v0.8.2
2026-07-16T11:37:24.1902207Z    Compiling zerovec-derive v0.11.3
2026-07-16T11:37:24.2600663Z    Compiling futures-util v0.3.32
2026-07-16T11:37:24.3150767Z    Compiling displaydoc v0.2.6
2026-07-16T11:37:24.4493957Z    Compiling tracing-attributes v0.1.31
2026-07-16T11:37:25.3534582Z    Compiling rustls-pki-types v1.14.1
2026-07-16T11:37:25.3647022Z    Compiling thiserror-impl v2.0.18
2026-07-16T11:37:25.7160758Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-16T11:37:25.7730685Z    Compiling zerofrom v0.1.8
2026-07-16T11:37:25.8960322Z    Compiling yoke v0.8.3
2026-07-16T11:37:26.0830441Z    Compiling zerovec v0.11.6
2026-07-16T11:37:26.3740734Z    Compiling zerotrie v0.2.4
2026-07-16T11:37:26.5220395Z    Compiling darling_macro v0.20.11
2026-07-16T11:37:26.6300418Z    Compiling derive_more-impl v2.1.1
2026-07-16T11:37:26.6505421Z    Compiling spez v0.1.2
2026-07-16T11:37:26.6730197Z    Compiling n0-error-macros v0.1.3
2026-07-16T11:37:26.8425773Z    Compiling tinystr v0.8.3
2026-07-16T11:37:26.8594473Z    Compiling potential_utf v0.1.5
2026-07-16T11:37:27.0695856Z    Compiling icu_collections v2.2.0
2026-07-16T11:37:27.0984110Z    Compiling icu_locale_core v2.2.0
2026-07-16T11:37:27.1079907Z    Compiling darling v0.20.11
2026-07-16T11:37:27.1341570Z    Compiling der v0.8.0-rc.10
2026-07-16T11:37:27.2788121Z    Compiling derive_builder_core v0.20.2
2026-07-16T11:37:27.8178642Z    Compiling pin-project-internal v1.1.13
2026-07-16T11:37:27.9410485Z    Compiling n0-error v0.1.3
2026-07-16T11:37:28.2690381Z    Compiling cobs v0.3.0
2026-07-16T11:37:28.4020407Z    Compiling futures-executor v0.3.32
2026-07-16T11:37:28.5688038Z    Compiling postcard-derive v0.2.2
2026-07-16T11:37:28.6026430Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-16T11:37:28.9230412Z    Compiling icu_provider v2.2.0
2026-07-16T11:37:28.9619485Z    Compiling ipnet v2.12.0
2026-07-16T11:37:29.1706788Z    Compiling derive_builder_macro v0.20.2
2026-07-16T11:37:29.2011584Z    Compiling pin-project v1.1.13
2026-07-16T11:37:29.2950334Z    Compiling icu_properties v2.2.0
2026-07-16T11:37:29.3153219Z    Compiling icu_normalizer v2.2.0
2026-07-16T11:37:29.3600784Z    Compiling spki v0.8.0-rc.4
2026-07-16T11:37:29.3950476Z    Compiling ed25519-dalek v2.2.0
2026-07-16T11:37:29.4871156Z    Compiling derive_builder v0.20.2
2026-07-16T11:37:29.5050274Z    Compiling prefix-trie v0.8.4
2026-07-16T11:37:29.6160692Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-16T11:37:29.6618712Z    Compiling spt-proto v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-16T11:37:29.8180825Z    Compiling once_cell v1.21.4
2026-07-16T11:37:29.8510349Z    Compiling ed25519 v3.0.0-rc.4
2026-07-16T11:37:30.0060259Z    Compiling tracing-core v0.1.36
2026-07-16T11:37:30.3200420Z    Compiling futures v0.3.32
2026-07-16T11:37:30.3510331Z    Compiling hashbrown v0.14.5
2026-07-16T11:37:30.4425441Z    Compiling data-encoding-macro v0.1.20
2026-07-16T11:37:30.4523698Z    Compiling rustls-native-certs v0.8.4
2026-07-16T11:37:30.5010589Z    Compiling async-trait v0.1.89
2026-07-16T11:37:30.5251917Z    Compiling enum-assoc v1.3.0
2026-07-16T11:37:30.9730324Z    Compiling tracing v0.1.44
2026-07-16T11:37:31.1503144Z    Compiling postcard v1.1.3
2026-07-16T11:37:31.1758226Z    Compiling tokio-util v0.7.18
2026-07-16T11:37:31.3079354Z    Compiling idna_adapter v1.2.2
2026-07-16T11:37:31.3880791Z    Compiling hashlink v0.9.1
2026-07-16T11:37:31.4178226Z    Compiling netlink-sys v0.8.8
2026-07-16T11:37:31.4524782Z    Compiling idna v1.1.0
2026-07-16T11:37:31.4738919Z    Compiling tower v0.5.3
2026-07-16T11:37:31.5530766Z    Compiling strum_macros v0.28.0
2026-07-16T11:37:31.5640594Z    Compiling iroh-metrics-derive v0.4.1
2026-07-16T11:37:31.7411325Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-16T11:37:31.7560398Z    Compiling num_enum_derive v0.7.6
2026-07-16T11:37:31.7720510Z    Compiling netlink-proto v0.12.0
2026-07-16T11:37:31.7830410Z    Compiling netdev v0.42.0
2026-07-16T11:37:32.0340830Z    Compiling url v2.5.8
2026-07-16T11:37:32.0510517Z    Compiling rusqlite v0.32.1
2026-07-16T11:37:32.0697832Z    Compiling iroh-relay v0.98.0
2026-07-16T11:37:32.2333259Z    Compiling derive_more v2.1.1
2026-07-16T11:37:32.2440442Z    Compiling iroh-metrics v0.38.3
2026-07-16T11:37:32.2580483Z    Compiling moka v0.12.15
2026-07-16T11:37:32.4766007Z    Compiling h2 v0.4.14
2026-07-16T11:37:32.5880514Z    Compiling tokio-stream v0.1.18
2026-07-16T11:37:32.6421661Z    Compiling n0-watcher v0.6.1
2026-07-16T11:37:32.6650736Z    Compiling serde_spanned v0.6.9
2026-07-16T11:37:32.8824211Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-16T11:37:32.8910333Z    Compiling attohttpc v0.30.1
2026-07-16T11:37:32.9656334Z    Compiling iroh-base v0.98.0
2026-07-16T11:37:32.9785504Z    Compiling tower-http v0.6.11
2026-07-16T11:37:33.1469793Z    Compiling num_enum v0.7.6
2026-07-16T11:37:33.3079902Z    Compiling toml_datetime v0.6.11
2026-07-16T11:37:33.3580614Z    Compiling ref-cast-impl v1.0.25
2026-07-16T11:37:33.4071448Z    Compiling thiserror-impl v1.0.69
2026-07-16T11:37:33.5964000Z    Compiling spt-store v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-16T11:37:33.7010533Z    Compiling toml_edit v0.22.27
2026-07-16T11:37:33.8414805Z    Compiling webpki-roots v1.0.7
2026-07-16T11:37:33.8900358Z    Compiling regex-automata v0.4.14
2026-07-16T11:37:33.9000388Z    Compiling schemars_derive v1.2.1
2026-07-16T11:37:33.9570554Z    Compiling pin-utils v0.1.0
2026-07-16T11:37:34.0626356Z    Compiling dyn-clone v1.0.20
2026-07-16T11:37:34.0849212Z    Compiling cmov v0.5.4
2026-07-16T11:37:34.2590514Z    Compiling bitflags v1.3.2
2026-07-16T11:37:34.3290525Z    Compiling rustix v0.38.44
2026-07-16T11:37:34.3578586Z    Compiling ctutils v0.4.2
2026-07-16T11:37:34.4898287Z    Compiling nix v0.25.1
2026-07-16T11:37:34.5172674Z    Compiling backon v1.6.0
2026-07-16T11:37:34.6933986Z    Compiling darling_macro v0.23.0
2026-07-16T11:37:34.8600317Z    Compiling papaya v0.2.4
2026-07-16T11:37:34.9662900Z    Compiling hkdf v0.12.4
2026-07-16T11:37:34.9980396Z    Compiling strum v0.28.0
2026-07-16T11:37:35.0630744Z    Compiling serial v0.4.0
2026-07-16T11:37:35.1140402Z    Compiling iroh-dns v0.98.0
2026-07-16T11:37:35.1395042Z    Compiling anstyle-parse v1.0.0
2026-07-16T11:37:35.1661474Z    Compiling vte_generate_state_changes v0.1.2
2026-07-16T11:37:35.4600605Z    Compiling instability v0.3.12
2026-07-16T11:37:35.4661517Z    Compiling anstyle-query v1.1.5
2026-07-16T11:37:35.5448268Z    Compiling anstyle v1.0.14
2026-07-16T11:37:35.5640917Z    Compiling linux-raw-sys v0.4.15
2026-07-16T11:37:35.6034150Z    Compiling downcast-rs v1.2.1
2026-07-16T11:37:35.6760547Z    Compiling colorchoice v1.0.5
2026-07-16T11:37:35.7100709Z    Compiling is_terminal_polyfill v1.70.2
2026-07-16T11:37:35.7405291Z    Compiling filedescriptor v0.8.3
2026-07-16T11:37:35.7990872Z    Compiling shell-words v1.1.1
2026-07-16T11:37:35.8110655Z    Compiling foldhash v0.1.5
2026-07-16T11:37:35.8150352Z    Compiling anstream v1.0.0
2026-07-16T11:37:35.8900173Z    Compiling vte v0.13.1
2026-07-16T11:37:36.0000510Z    Compiling signal-hook-mio v0.2.5
2026-07-16T11:37:36.0070619Z    Compiling spake2 v0.4.0
2026-07-16T11:37:36.0970397Z    Compiling hashbrown v0.15.5
2026-07-16T11:37:36.1390554Z    Compiling darling v0.23.0
2026-07-16T11:37:36.1720650Z    Compiling terminal_size v0.4.4
2026-07-16T11:37:36.2522158Z    Compiling strum_macros v0.26.4
2026-07-16T11:37:36.3090575Z    Compiling sha1 v0.10.6
2026-07-16T11:37:36.3740568Z    Compiling itertools v0.13.0
2026-07-16T11:37:36.4119522Z    Compiling schemars v1.2.1
2026-07-16T11:37:36.5480603Z    Compiling castaway v0.2.4
2026-07-16T11:37:36.6141060Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-16T11:37:36.6712518Z    Compiling unicode-width v0.1.14
2026-07-16T11:37:37.0373776Z    Compiling static_assertions v1.1.0
2026-07-16T11:37:37.1246167Z    Compiling clap_lex v1.1.0
2026-07-16T11:37:37.1992930Z    Compiling doctest-file v1.1.1
2026-07-16T11:37:37.4420542Z    Compiling toml v0.8.23
2026-07-16T11:37:37.5480986Z    Compiling indoc v2.0.7
2026-07-16T11:37:37.8090606Z    Compiling regex v1.12.3
2026-07-16T11:37:37.8840465Z    Compiling interprocess v2.4.2
2026-07-16T11:37:38.5620735Z    Compiling spt-msg v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-16T11:37:38.8366801Z    Compiling crossterm v0.28.1
2026-07-16T11:37:38.8930535Z    Compiling unicode-truncate v1.1.0
2026-07-16T11:37:38.9150540Z    Compiling lru v0.12.5
2026-07-16T11:37:38.9680700Z    Compiling hyper v1.10.1
2026-07-16T11:37:39.0958069Z    Compiling spt-runtime v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-16T11:37:39.1002562Z    Compiling clap_builder v4.6.0
2026-07-16T11:37:39.4470427Z    Compiling portable-pty v0.8.1
2026-07-16T11:37:39.7520126Z    Compiling strum v0.26.3
2026-07-16T11:37:40.0060594Z    Compiling compact_str v0.8.2
2026-07-16T11:37:40.0191741Z    Compiling spt-term v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-16T11:37:40.1160496Z    Compiling clap_derive v4.6.1
2026-07-16T11:37:40.2270469Z    Compiling unicode-width v0.2.0
2026-07-16T11:37:40.6260635Z    Compiling iana-time-zone v0.1.65
2026-07-16T11:37:40.9773081Z    Compiling hyper-util v0.1.20
2026-07-16T11:37:41.0135546Z    Compiling cassowary v0.3.0
2026-07-16T11:37:41.0274044Z    Compiling chrono v0.4.45
2026-07-16T11:37:41.0350480Z    Compiling nucleo-matcher v0.3.1
2026-07-16T11:37:41.1655143Z    Compiling qrcode v0.14.1
2026-07-16T11:37:41.2047892Z    Compiling tempfile v3.27.0
2026-07-16T11:37:41.6420467Z    Compiling ratatui v0.29.0
2026-07-16T11:37:42.5900126Z    Compiling clap v4.6.1
2026-07-16T11:37:43.0011530Z    Compiling spt-live v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-16T11:37:43.0930473Z    Compiling igd-next v0.17.1
2026-07-16T11:37:44.3640300Z    Compiling portmapper v0.16.0
2026-07-16T11:37:51.8826246Z    Compiling rustls-webpki v0.103.13
2026-07-16T11:37:54.5052912Z    Compiling tokio-rustls v0.26.4
2026-07-16T11:37:54.5054731Z    Compiling noq-proto v0.17.0
2026-07-16T11:37:54.5055135Z    Compiling rustls-platform-verifier v0.7.0
2026-07-16T11:37:54.6580049Z    Compiling hyper-rustls v0.27.9
2026-07-16T11:37:54.6580683Z    Compiling hickory-net v0.26.0-beta.4
2026-07-16T11:37:54.6581227Z    Compiling tokio-websockets v0.13.2
2026-07-16T11:37:54.7992055Z    Compiling reqwest v0.13.4
2026-07-16T11:37:55.9316621Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-16T11:38:10.8785995Z    Compiling spt-net v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-16T11:38:12.5188689Z    Compiling spt-daemon v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-16T11:38:22.3299600Z    Compiling spt v0.33.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-16T11:38:27.6093815Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 15s
2026-07-16T11:38:27.6335016Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-20757ca9f1297951)
2026-07-16T11:38:27.6347850Z 
2026-07-16T11:38:27.6348030Z running 1 test
2026-07-16T11:38:33.8236650Z test new_brain_serves_against_old_broker ... ok
2026-07-16T11:38:33.8236974Z 
2026-07-16T11:38:33.8237255Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-16T11:38:33.8237665Z 
